const unicode.pLu
59 uses
unicode (current package)
graphic.go#L14: pLu // an upper-case letter.
graphic.go#L18: pLo = pLl | pLu // a letter that is neither upper nor lower case.
letter.go#L187: return properties[uint8(r)]&pLmask == pLu
tables.go#L7631: 0x41: pLu | pp, // 'A'
tables.go#L7632: 0x42: pLu | pp, // 'B'
tables.go#L7633: 0x43: pLu | pp, // 'C'
tables.go#L7634: 0x44: pLu | pp, // 'D'
tables.go#L7635: 0x45: pLu | pp, // 'E'
tables.go#L7636: 0x46: pLu | pp, // 'F'
tables.go#L7637: 0x47: pLu | pp, // 'G'
tables.go#L7638: 0x48: pLu | pp, // 'H'
tables.go#L7639: 0x49: pLu | pp, // 'I'
tables.go#L7640: 0x4A: pLu | pp, // 'J'
tables.go#L7641: 0x4B: pLu | pp, // 'K'
tables.go#L7642: 0x4C: pLu | pp, // 'L'
tables.go#L7643: 0x4D: pLu | pp, // 'M'
tables.go#L7644: 0x4E: pLu | pp, // 'N'
tables.go#L7645: 0x4F: pLu | pp, // 'O'
tables.go#L7646: 0x50: pLu | pp, // 'P'
tables.go#L7647: 0x51: pLu | pp, // 'Q'
tables.go#L7648: 0x52: pLu | pp, // 'R'
tables.go#L7649: 0x53: pLu | pp, // 'S'
tables.go#L7650: 0x54: pLu | pp, // 'T'
tables.go#L7651: 0x55: pLu | pp, // 'U'
tables.go#L7652: 0x56: pLu | pp, // 'V'
tables.go#L7653: 0x57: pLu | pp, // 'W'
tables.go#L7654: 0x58: pLu | pp, // 'X'
tables.go#L7655: 0x59: pLu | pp, // 'Y'
tables.go#L7656: 0x5A: pLu | pp, // 'Z'
tables.go#L7758: 0xC0: pLu | pp, // 'À'
tables.go#L7759: 0xC1: pLu | pp, // 'Á'
tables.go#L7760: 0xC2: pLu | pp, // 'Â'
tables.go#L7761: 0xC3: pLu | pp, // 'Ã'
tables.go#L7762: 0xC4: pLu | pp, // 'Ä'
tables.go#L7763: 0xC5: pLu | pp, // 'Å'
tables.go#L7764: 0xC6: pLu | pp, // 'Æ'
tables.go#L7765: 0xC7: pLu | pp, // 'Ç'
tables.go#L7766: 0xC8: pLu | pp, // 'È'
tables.go#L7767: 0xC9: pLu | pp, // 'É'
tables.go#L7768: 0xCA: pLu | pp, // 'Ê'
tables.go#L7769: 0xCB: pLu | pp, // 'Ë'
tables.go#L7770: 0xCC: pLu | pp, // 'Ì'
tables.go#L7771: 0xCD: pLu | pp, // 'Í'
tables.go#L7772: 0xCE: pLu | pp, // 'Î'
tables.go#L7773: 0xCF: pLu | pp, // 'Ï'
tables.go#L7774: 0xD0: pLu | pp, // 'Ð'
tables.go#L7775: 0xD1: pLu | pp, // 'Ñ'
tables.go#L7776: 0xD2: pLu | pp, // 'Ò'
tables.go#L7777: 0xD3: pLu | pp, // 'Ó'
tables.go#L7778: 0xD4: pLu | pp, // 'Ô'
tables.go#L7779: 0xD5: pLu | pp, // 'Õ'
tables.go#L7780: 0xD6: pLu | pp, // 'Ö'
tables.go#L7782: 0xD8: pLu | pp, // 'Ø'
tables.go#L7783: 0xD9: pLu | pp, // 'Ù'
tables.go#L7784: 0xDA: pLu | pp, // 'Ú'
tables.go#L7785: 0xDB: pLu | pp, // 'Û'
tables.go#L7786: 0xDC: pLu | pp, // 'Ü'
tables.go#L7787: 0xDD: pLu | pp, // 'Ý'
tables.go#L7788: 0xDE: pLu | pp, // 'Þ'
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |